StoreDicom(DicomDataSet,string,string,string,string,string,ReferencedImages[],bool,bool,bool,bool) Method

Summary
Add DICOM information into the storage source.
Syntax
C#
C++/CLI
void StoreDicom(  
   DicomDataSet^ dataSet, 
   String^ referencedFileName, 
   String^ token, 
   String^ externalStoreGuid, 
   String^ retrieveAe, 
   String^ storeAe, 
   array<ReferencedImages^>^ images, 
   bool updateExistentPatient, 
   bool updateExistentStudy, 
   bool updateExistentSeries, 
   bool updateExistentInstances 
)  

Parameters

dataSet
Type: Leadtools.Dicom.DicomDataSet The Leadtools.Dicom.DicomDataSet which contains the information you want to store.

referencedFileName
A System.String The physical path for the Leadtools.Dicom.DicomDataSet

token
If the Leadtools.Dicom.DicomDataSet is stored externally, the store token used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty

externalStoreGuid
If the Leadtools.Dicom.DicomDataSet is stored externally, the GUID that uniquely identifies the external store add-in used to retrieve the Leadtools.Dicom.DicomDataSet; otherwise string.Empty

retrieveAe
A System.String The AE title

storeAe
The AE Title System.String of the SCU that sent the original C-Store-REQ

images
Type: Array of ReferencedImages. The information for the referenced images generated by the stored  dataSet.

updateExistentPatient
Type: System.Boolean true to update the patient information identified by the Patient ID if found in the storage source and the given  dataSet has different values.

updateExistentStudy
Type: System.Boolean true to update the study information identified by the Study Instance UID if found in the storage source and the given  dataSet has different values.

updateExistentSeries
Type: System.Boolean true to update the series information identified by the Series Instance UID if found in the storage source and the given  dataSet has different values.

updateExistentInstances
true to update the composite instance information identified by the SOP Instance UID if found in the storage source and the given  dataSet has different values.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.